Vcenter TrustedInfrastructure Attestation Services CreateSpec

Vcenter TrustedInfrastructure Attestation Services CreateSpec
Vcenter TrustedInfrastructure Attestation Services CreateSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure Attestation Services CreateSpec schema contains the data necessary for registering an Attestation Service instance to the environment

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "address": {
        "hostname": "string",
        "port": 0
    },
    "trusted_ca": {
        "cert_chain": [
            "string"
        ]
    },
    "group": "string",
    "trust_authority_cluster": "string"
}
address
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's address.

This property was added in vSphere API 7.0.0.0.

trusted_ca
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's TLS certificate chain.

This property was added in vSphere API 7.0.0.0.

string
group
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The group specifies the Key Provider Service instances that can accept reports issued by this Attestation Service instance.

This property was added in vSphere API 7.0.0.0.

string
trust_authority_cluster
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The cluster specifies the Trust Authority Cluster this Attestation Service belongs to.

This property was added in vSphere API 7.0.0.0.